ConnectionGetDocumentVersions Method |
Returns a variant array of version IDs for the specified document.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object[] GetDocumentVersions(
string vaultidentifier,
string docid
)
Public Function GetDocumentVersions (
vaultidentifier As String,
docid As String
) As Object()
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Return Value
Type:
ObjectArray of GUIDs in string form, each containing version ID.
Remarks
See Also